Skip to content

Commit

Permalink
Merge pull request #11 from shahabfar/speed-conversions
Browse files Browse the repository at this point in the history
update project file version
  • Loading branch information
shahabfar authored Nov 22, 2024
2 parents e20b86d + 49944d3 commit 4e4fe67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Univertall/Univertall.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>

<PackageId>Univertall</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>1.1.0</PackageVersion>
<Authors>Majid Shahabfar</Authors>
<Description>Univertall is a versatile and comprehensive unit conversion library for .NET Core. It provides an easy-to-use API for converting between various units of measurement, including volume, pressure, length, mass, etc. Ideal for developers needing reliable unit conversion functionality in their applications.</Description>
<PackageTags>unit conversion; .NET; library</PackageTags>
Expand All @@ -20,9 +20,9 @@
<AssemblyCompany>Shahabfar</AssemblyCompany>
<AssemblyProduct>Univertall</AssemblyProduct>
<AssemblyCopyright>Majid Shahabfar 2024</AssemblyCopyright>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<ProductVersion>1.0.0</ProductVersion>
<AssemblyVersion>1.1.0</AssemblyVersion>
<FileVersion>1.1.0</FileVersion>
<ProductVersion>1.1.0</ProductVersion>
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit 4e4fe67

Please sign in to comment.