Skip to content

Commit 062535a

Browse files
committed
Bump version
1 parent a9c2879 commit 062535a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

csharp/keyboards/keyboards.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5+
<Version>1.0.1</Version>
56
<TargetFramework>netcoreapp3.0</TargetFramework>
67
<LangVersion>8</LangVersion>
78
<Nullable>enable</Nullable>
89
<Authors>withinboredom</Authors>
910
<AssemblyName>keyboard-color</AssemblyName>
1011
<PackageId>keyboardcolors</PackageId>
1112
<Title>Keyboard Colors</Title>
12-
<Company>withinboredom (Rob LanderS)</Company>
13+
<Company>withinboredom (Rob Landers)</Company>
1314
<Product>keyboard-colors</Product>
14-
<AssemblyVersion>1.0</AssemblyVersion>
15-
<FileVersion>1.0</FileVersion>
15+
<AssemblyVersion>1.0.1</AssemblyVersion>
16+
<FileVersion>1.0.1</FileVersion>
1617
<NeutralLanguage>en</NeutralLanguage>
18+
<PackageVersion>1.0.1</PackageVersion>
19+
<PackageProjectUrl>https://github.com/withinboredom/system-76-keyboards</PackageProjectUrl>
20+
<PackageLicenseUrl>https://github.com/withinboredom/system-76-keyboards/blob/master/LICENSE</PackageLicenseUrl>
21+
<RepositoryUrl>https://github.com/withinboredom/system-76-keyboards</RepositoryUrl>
22+
<RepositoryType>git</RepositoryType>
1723
</PropertyGroup>
1824

1925
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
@@ -30,6 +36,7 @@
3036
<PublishTrimmed>true</PublishTrimmed>
3137
<PublishReadyToRun>true</PublishReadyToRun>
3238
<CrossGenDuringPublish>false</CrossGenDuringPublish>
39+
<PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings>
3340
</PropertyGroup>
3441

3542
<ItemGroup>

0 commit comments

Comments
 (0)