Skip to content

Commit

Permalink
Update to v3.0.0
Browse files Browse the repository at this point in the history
Remove fody for packing to .exe and move to native .net
  • Loading branch information
tfurci committed Nov 18, 2023
1 parent 1b73c48 commit a916120
Show file tree
Hide file tree
Showing 2,712 changed files with 2,905 additions and 2,569,307 deletions.
6 changes: 0 additions & 6 deletions maw-muter/App.config

This file was deleted.

3 changes: 0 additions & 3 deletions maw-muter/FodyWeavers.xml

This file was deleted.

141 changes: 0 additions & 141 deletions maw-muter/FodyWeavers.xsd

This file was deleted.

4 changes: 2 additions & 2 deletions maw-muter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static async Task Main(string[] args)
}
else if (command.Equals("version", StringComparison.OrdinalIgnoreCase))
{
Console.WriteLine("Version v2.0.0");
Console.WriteLine("Version v3.0.0");
}
else
{
Expand Down Expand Up @@ -191,4 +191,4 @@ private static AudioSessionManager2 GetAudioSessionManager2(MMDevice device, Dat
{
return AudioSessionManager2.FromMMDevice(device);
}
}
}
36 changes: 0 additions & 36 deletions maw-muter/Properties/AssemblyInfo.cs

This file was deleted.

19 changes: 19 additions & 0 deletions maw-muter/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0</TargetFramework>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
</Project>
10 changes: 10 additions & 0 deletions maw-muter/Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2023-11-18T21:53:35.9381905Z;True|2023-11-18T22:52:56.6937964+01:00;True|2023-11-18T22:51:54.5404443+01:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
Loading

0 comments on commit a916120

Please sign in to comment.