Skip to content

Commit f60d3cf

Browse files
committed
Changed version and Added costura
1 parent 621518e commit f60d3cf

File tree

117 files changed

+8123
-1001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+8123
-1001
lines changed
Binary file not shown.

EasyExtractUnitypackageRework/EasyExtractUnitypackageRework.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
<None Include="App.config" />
131131
</ItemGroup>
132132
<ItemGroup>
133+
<PackageReference Include="Costura.Fody">
134+
<Version>5.7.0</Version>
135+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
136+
<PrivateAssets>all</PrivateAssets>
137+
</PackageReference>
133138
<PackageReference Include="MahApps.Metro.IconPacks">
134139
<Version>4.11.0</Version>
135140
</PackageReference>

EasyExtractUnitypackageRework/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.0.0.1")]
55-
[assembly: AssemblyFileVersion("2.0.0.1")]
54+
[assembly: AssemblyVersion("2.0.0.5")]
55+
[assembly: AssemblyFileVersion("2.0.0.5")]
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5+
<section name="EasyExtractUnitypackageRework.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
10+
</startup>
11+
<userSettings>
12+
<EasyExtractUnitypackageRework.Properties.Settings>
13+
<setting name="files" serializeAs="String">
14+
<value>0</value>
15+
</setting>
16+
<setting name="packages" serializeAs="String">
17+
<value>0</value>
18+
</setting>
19+
</EasyExtractUnitypackageRework.Properties.Settings>
20+
</userSettings>
21+
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)