Skip to content

Commit ff9a563

Browse files
Fix merge conflicts with master branch
Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent d6920a9 commit ff9a563

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<LangVersion>latest</LangVersion>
4+
</PropertyGroup>
5+
</Project>

UTF-unknown.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EndProject
1212
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{089100B1-113F-4E66-888A-E83F3999EAFD}"
1313
ProjectSection(SolutionItems) = preProject
1414
.editorconfig = .editorconfig
15+
Directory.Build.props = Directory.Build.props
1516
README.md = README.md
1617
EndProjectSection
1718
EndProject

src/UTF-unknown.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ Features:
7878
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\UtfUnknown.xml</DocumentationFile>
7979
<NoWarn>1701;1702;1705,1570,1591</NoWarn>
8080
<!-- Only change AssemblyVersion for major versions -->
81-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
82-
</PropertyGroup>
83-
81+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
82+
</PropertyGroup>
83+
84+
<ItemGroup>
85+
<None Include="..\logo.png" Pack="true" PackagePath="\" />
86+
<None Include="..\README.md" Pack="true" PackagePath="\" />
87+
</ItemGroup>
88+
8489
</Project>

0 commit comments

Comments
 (0)