Skip to content

Commit 74497db

Browse files
committed
Removed trash, stuff related to NuGet
1 parent c3e1bb9 commit 74497db

13 files changed

Lines changed: 19 additions & 8 deletions
690 Bytes
Binary file not shown.
9.05 KB
Binary file not shown.
9.05 KB
Binary file not shown.

Patchwork.Attributes/Patchwork.Attributes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25+
<DocumentationFile>bin\Debug\Patchwork.Attributes.XML</DocumentationFile>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<PlatformTarget>AnyCPU</PlatformTarget>

Patchwork.Attributes/Patchwork.nuspec renamed to Patchwork.Attributes/Patchwork.Attributes.nuspec

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@
1414
<releaseNotes>First release</releaseNotes>
1515
<copyright>Copyright 2015</copyright>
1616
<tags>CIL IL injection post-build cecil assembly patch modification</tags>
17-
<dependencies>
18-
<dependency id="Serilog" version="1.5.9"/>
19-
<dependency id="Mono.Cecil" version="0.9.6.1"/>
20-
</dependencies>
2117
</metadata>
2218
</package>

Patchwork.Attributes/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
[assembly: Guid("03f1fae8-17bb-4c76-9665-cad79916a0ad")]
1212
[assembly: PatchAssembly]
13-
13+
[assembly: AssemblyTitle("Patchwork.Attributes")]
14+
[assembly: AssemblyDescription("")]
1415
[assembly: InternalsVisibleTo("Patchwork")]
1516
namespace Patchwork.Shared {
1617
/// <summary>
@@ -20,6 +21,6 @@ namespace Patchwork.Shared {
2021

2122
[NewType(true)] //although this is an explicit member, we want to make it behave like an explicit one.
2223
public static class PwVersion {
23-
public const string Version = "0.5.0.0";
24+
public const string Version = "0.5.0.2";
2425
}
2526
}

Patchwork/AssemblyPatcher/AssemblyPatcher.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ public ILogger Log {
9797
private set;
9898
}
9999

100+
/// <summary>
101+
/// Patches the current assembly with the assembly in the specified path.
102+
/// </summary>
103+
/// <param name="path"></param>
100104
public void PatchAssembly(string path) {
101105
bool readSymbols = File.Exists(Path.ChangeExtension(path, "pdb")) || File.Exists(path + ".mdb");
102106
PatchAssembly(

Patchwork/Patchwork.0.5.0.0.nupkg

4.53 KB
Binary file not shown.

Patchwork/Patchwork.0.5.0.1.nupkg

50.7 KB
Binary file not shown.

Patchwork/Patchwork.0.5.0.2.nupkg

50.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)