Skip to content

Commit

Permalink
Add version explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
IhnatKlimchuk committed Apr 29, 2024
1 parent c0e1246 commit 95c1302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<Version>0.0.1</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<Authors>Ihnat Klimchuk</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<PackageId>Notidar.MongoDB.Lock.Extensions</PackageId>
<Description>Extensions for distributed lock library for C#/.NET using MongoDB.</Description>
<Version>0.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Notidar.MongoDB.Lock/Notidar.MongoDB.Lock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<PackageId>Notidar.MongoDB.Lock</PackageId>
<Description>Distributed lock library for C#/.NET using MongoDB.</Description>
<Version>0.0.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 95c1302

Please sign in to comment.