Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrietataru committed Apr 8, 2024
1 parent 8b7f7f2 commit 49cddd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>

<PackageId>AceCSharp.Extensions.Tests</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dimitrie Tataru</Authors>
<Company>A C E</Company>
</PropertyGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/Ace.CSharp.DataFaker/Ace.CSharp.DataFaker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<!--<LangVersion>10</LangVersion>-->

<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>

<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>AceCSharp.DataFaker</PackageId>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Dimitrie Tataru</Authors>
<Company>A C E</Company>
<Description>C# Data Faker</Description>
Expand Down

0 comments on commit 49cddd2

Please sign in to comment.