Skip to content

Commit 59ff123

Browse files
committed
Update Assembly Info and Requirements
1 parent 69a1715 commit 59ff123

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Resonite DataTree Converter")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("Converts Resonite DataTree file to JSON and back.")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Lexevolution")]
1212
[assembly: AssemblyProduct("Resonite DataTree Converter")]
13-
[assembly: AssemblyCopyright("Copyright © 2023")]
13+
[assembly: AssemblyCopyright("Copyright © Lexevolution 2024 MIT")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("0.0.1")]
36+
[assembly: AssemblyFileVersion("0.0.1")]

Resonite DataTree Converter.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,4 @@
5454
<None Include="packages.config" />
5555
</ItemGroup>
5656
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57-
<Import Project="packages\Brotli.NET.2.1.1\build\Brotli.NET.targets" Condition="Exists('packages\Brotli.NET.2.1.1\build\Brotli.NET.targets')" />
58-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
59-
<PropertyGroup>
60-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
61-
</PropertyGroup>
62-
<Error Condition="!Exists('packages\Brotli.NET.2.1.1\build\Brotli.NET.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Brotli.NET.2.1.1\build\Brotli.NET.targets'))" />
63-
</Target>
6457
</Project>

packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Brotli.NET" version="2.1.1" targetFramework="net462" />
43
<package id="Microsoft.Bcl.AsyncInterfaces" version="7.0.0" targetFramework="net462" />
54
<package id="System.Buffers" version="4.5.1" targetFramework="net462" />
65
<package id="System.Memory" version="4.5.5" targetFramework="net462" />

0 commit comments

Comments
 (0)