Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Nov 23, 2019
1 parent a9c2879 commit 062535a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions csharp/keyboards/keyboards.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>1.0.1</Version>
<TargetFramework>netcoreapp3.0</TargetFramework>
<LangVersion>8</LangVersion>
<Nullable>enable</Nullable>
<Authors>withinboredom</Authors>
<AssemblyName>keyboard-color</AssemblyName>
<PackageId>keyboardcolors</PackageId>
<Title>Keyboard Colors</Title>
<Company>withinboredom (Rob LanderS)</Company>
<Company>withinboredom (Rob Landers)</Company>
<Product>keyboard-colors</Product>
<AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.0</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<FileVersion>1.0.1</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<PackageVersion>1.0.1</PackageVersion>
<PackageProjectUrl>https://github.com/withinboredom/system-76-keyboards</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/withinboredom/system-76-keyboards/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/withinboredom/system-76-keyboards</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand All @@ -30,6 +36,7 @@
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<CrossGenDuringPublish>false</CrossGenDuringPublish>
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 062535a

Please sign in to comment.