Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
53X Again 54!
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 25, 2021
1 parent 813b4cb commit 870f701
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Witcher.WF/Witcher.WF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Creator: Taiizor
// Website: www.Soferity.com
// Created: 12.Apr.2021
// Changed: 22.Dec.2021
// Changed: 25.Dec.2021
// Version: 1.0.0.3
//
// |---------DO-NOT-REMOVE---------|
Expand Down
3 changes: 2 additions & 1 deletion src/Witcher.WF/Witcher.WF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Changes are detailed at https://github.com/Soferity/Witcher/releases
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>$(Version)</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>1591</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Witcher.WPF/Witcher.WPF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Creator: Taiizor
// Website: www.Soferity.com
// Created: 12.Apr.2021
// Changed: 22.Dec.2021
// Changed: 25.Dec.2021
// Version: 1.0.0.3
//
// |---------DO-NOT-REMOVE---------|
Expand Down
3 changes: 2 additions & 1 deletion src/Witcher.WPF/Witcher.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ Changes are detailed at https://github.com/Soferity/Witcher/releases
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>$(Version)</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>1591</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Witcher/Witcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Creator: Taiizor
// Website: www.Soferity.com
// Created: 12.Apr.2021
// Changed: 22.Dec.2021
// Changed: 25.Dec.2021
// Version: 1.0.0.3
//
// |---------DO-NOT-REMOVE---------|
Expand Down
5 changes: 3 additions & 2 deletions src/Witcher/Witcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Changes are detailed at https://github.com/Soferity/Witcher/releases
<NeutralLanguage>en</NeutralLanguage>
<FileVersion>$(Version)</FileVersion>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>false</EmbedUntrackedSources>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>1591</NoWarn>
Expand All @@ -53,7 +54,7 @@ Changes are detailed at https://github.com/Soferity/Witcher/releases
<Version>1.1.1</Version>
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="Taskbar" Version="1.0.0.4" />
<PackageReference Include="Taskbar" Version="1.0.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 870f701

Please sign in to comment.