-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from HelloKitty/dev
Switched to MyGet; Removed Submodules
- Loading branch information
Showing
15 changed files
with
89 additions
and
83 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageRestore> | ||
<add key="enabled" value="True" /> | ||
<add key="automatic" value="True" /> | ||
</packageRestore> | ||
<activePackageSource> | ||
<add key="All" value="(Aggregate source)" /> | ||
</activePackageSource> | ||
<packageSources> | ||
<add key="nuget.org" value="https://www.nuget.org/api/v2/" /> | ||
<add key="HelloKitty Github" value="https://www.myget.org/F/hellokitty/api/v2" /> | ||
</packageSources> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule GladNet2
deleted from
6e8ab8
Submodule LoggingServices
deleted from
91236c
Submodule Net35Essentials
deleted from
c8f1df
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Common.Logging" version="3.3.1" targetFramework="net35" /> | ||
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net35" /> | ||
<package id="fasterflect" version="2.1.3" targetFramework="net35" /> | ||
<package id="GladNet.Common" version="1.0.1" targetFramework="net35" /> | ||
<package id="GladNet.Serializer" version="1.0.1" targetFramework="net35" /> | ||
<package id="Net35Essentials" version="1.0.2" targetFramework="net35" /> | ||
<package id="protobuf-net" version="2.0.0.668" targetFramework="net35" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Common.Logging" version="3.3.1" targetFramework="net35" /> | ||
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net35" /> | ||
<package id="GladNet.Common" version="1.0.1" targetFramework="net35" /> | ||
<package id="GladNet.Serializer" version="1.0.1" targetFramework="net35" /> | ||
<package id="Moq" version="4.2.1510.2205" targetFramework="net35" /> | ||
<package id="Net35Essentials" version="1.0.2" targetFramework="net35" /> | ||
<package id="NUnit" version="3.0.1" targetFramework="net35" /> | ||
<package id="protobuf-net" version="2.0.0.668" targetFramework="net35" /> | ||
</packages> |