Skip to content

Commit 4e4fe67

Browse files
authored
Merge pull request #11 from shahabfar/speed-conversions
update project file version
2 parents e20b86d + 49944d3 commit 4e4fe67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Univertall/Univertall.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88

99
<PackageId>Univertall</PackageId>
10-
<PackageVersion>1.0.0</PackageVersion>
10+
<PackageVersion>1.1.0</PackageVersion>
1111
<Authors>Majid Shahabfar</Authors>
1212
<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>
1313
<PackageTags>unit conversion; .NET; library</PackageTags>
@@ -20,9 +20,9 @@
2020
<AssemblyCompany>Shahabfar</AssemblyCompany>
2121
<AssemblyProduct>Univertall</AssemblyProduct>
2222
<AssemblyCopyright>Majid Shahabfar 2024</AssemblyCopyright>
23-
<AssemblyVersion>1.0.0</AssemblyVersion>
24-
<FileVersion>1.0.0</FileVersion>
25-
<ProductVersion>1.0.0</ProductVersion>
23+
<AssemblyVersion>1.1.0</AssemblyVersion>
24+
<FileVersion>1.1.0</FileVersion>
25+
<ProductVersion>1.1.0</ProductVersion>
2626
<PackageReadmeFile>NugetReadme.md</PackageReadmeFile>
2727
</PropertyGroup>
2828

0 commit comments

Comments
 (0)