Skip to content

Commit

Permalink
Bumped version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rejemy committed Feb 20, 2020
1 parent 48bdc71 commit 97a4cf8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions UltraLiteDB/UltraLiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<PropertyGroup>
<PackageId>UltraLiteDB</PackageId>
<Version>1.2.1</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<FileVersion>1.2.1</FileVersion>
<VersionPrefix>1.2.1</VersionPrefix>
<Version>1.3.0</Version>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0</FileVersion>
<VersionPrefix>1.3.0</VersionPrefix>
<Authors>Maurício David, Jeremy Friesen</Authors>
<Product>UltraLiteDB</Product>
<Description>UltraLiteDB - An ultralightweight embedded .NET NoSQL document store in a single datafile</Description>
Expand All @@ -29,7 +29,6 @@
<NoWarn>1701;1702;1705;1591;0618</NoWarn>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\UltraLiteDB.xml</DocumentationFile>
<SignAssembly Condition="'$(OS)'=='Windows_NT'">true</SignAssembly>
<AssemblyOriginatorKeyFile>UltraLiteDB.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>


Expand Down

0 comments on commit 97a4cf8

Please sign in to comment.