diff options
author | Chad T <chad@tolkien.id.au> | 2017-04-25 10:43:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 10:43:58 +1000 |
commit | 05da6905fac19035a78a7946d1cf0403043c5b22 (patch) | |
tree | 603b17f4897eeb8b803f10593b28877420b6e469 /tests/TinyPng.Tests/Properties/AssemblyInfo.cs | |
parent | 8213c3425c799ea5b79305cb20ef51adbd5aa97d (diff) | |
download | TinyPNG-origin/release.zip TinyPNG-origin/release.tar.gz TinyPNG-origin/release.tar.bz2 |
Merging in for V3 release (#18)origin/release
* fixed errors in the readme
* Deleted ncrunch bits.
* Add ncrunch to gitignore
* appveyor WIP
* appveyor wip
* appveyor wip
* AV has bash?!
* appveyor wip
* added badge to readme
* appveyor wip
* appveyor.yml wip
* appveyor wip, don't run tests twice
* appveyor last time!
* test improvements #1
* more test coverage
* more test coverage
* more testing, resize operations
* exception tests
* yet more tests
* test improvements #1 (#13)
* test improvements #1
* more test coverage
* more test coverage
* more testing, resize operations
* exception tests
* yet more tests
* tests
* actually builds
* on the round to 100%
* fixed final failing test
* fixed code which would generate stack overflow exceptions.. woops
* Delete build.sh
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Dropping OSX CI builds
* Update README.md
* Version 3 release (#14)
* refactored the api
* updating readme
* internalsvisibleto
* make httpclient static
* WIP
* cleanup
* further cleanup
* Final update to readme
* add test for non success on compress operation
* increase test coverage
* Remove package.json, unneeded
* CSProj migration (#16)
* migrating to csproj
* Appveyor
* appveyor
* cleanup csprojs
* ditched assembly info
* av
* av
* av
* travis
* travis
* fix AV
* fix AV
* include resources to output
* include resources to output
* project json accidentaly made a return
* update version
* killed off xproj
* v3 refactor
* test open cover
* opencover
* opencover
* yet more travis work
* spell language correctly
* can we get mac builds
* travis
* travis
* travis
* travis
* remove sudo
* Use 2017 release image on AV
Diffstat (limited to 'tests/TinyPng.Tests/Properties/AssemblyInfo.cs')
-rw-r--r-- | tests/TinyPng.Tests/Properties/AssemblyInfo.cs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/TinyPng.Tests/Properties/AssemblyInfo.cs b/tests/TinyPng.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index df153fc..0000000 --- a/tests/TinyPng.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("TinyPng.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("TinyPng.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2015")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("b1c12915-395c-40f9-a7c3-ccf3c5aca0ea")]
|