Skip to content

Commit

Permalink
build: bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matigramirez committed Feb 8, 2024
1 parent 04bf743 commit dbc9b31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Parsec/Parsec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>10</LangVersion>
<Platforms>AnyCPU;x86</Platforms>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Authors>Matias Ramirez</Authors>
<Copyright>Matias Ramirez 2021</Copyright>
<PackageProjectUrl>https://github.com/matigramirez/Parsec</PackageProjectUrl>
Expand All @@ -18,10 +18,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="CsvHelper" Version="30.1.0"/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0"/>
</ItemGroup>

</Project>
4 changes: 1 addition & 3 deletions tests/Parsec.Tests/Parsec.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>

<IsPackable>false</IsPackable>

<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dbc9b31

Please sign in to comment.