Skip to content

Commit

Permalink
fixing versioning (#4)
Browse files Browse the repository at this point in the history
This pull request includes a version update for the `Respify` library in
the `Respify.csproj` file. The version has been incremented from `1.0.1`
to `1.1.0`.

*
[`Respify/Respify.csproj`](diffhunk://#diff-31f19193a8e989e5b8b5f08e5282a5171c7d451dfe9430ec7ce632d536619314L9-R9):
Updated the version from `1.0.1` to `1.1.0`.
  • Loading branch information
carlosbrunetti authored Dec 28, 2024
2 parents dbbfdee + 348cdab commit eed8f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Respify/Respify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Respify</PackageId>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<PackageIcon>respify-icon.jpeg</PackageIcon>
<Authors>Carlos Brunetti</Authors>
<Description>A library to standardize API responses.</Description>
Expand Down

0 comments on commit eed8f12

Please sign in to comment.