Skip to content

Tags: sandialabs/Arcus

Tags

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes copy/paste error publish.yml (#61)

fixing publish step pipeline

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactors Arcus repository for an "intermediate" 3.x.y release (#60)

* updates project structure

* automated code formatting and non api destructive code improvements

The is a known broken test case for Arcus.Tests.IPAddressCompatibilityTests.IPAddressTryParseSuccessTest for the input `abcd::%`

* documentation tweaks

* spelling

* updates docs

* modifies github templated

* addresses simple warnings

* removes limited use of Moq and replaces with NSubstitute

* cleaning test warnings; trying to get .NET 4.8 tests to compelte

* fixes testing issues

* Cleaned up comparison logic for IPAddressRange and Subnet

* updates packages

* Now using xUnit.v3 and added IXunitSerializer to help debug failing tests

* fixes copy/paste error Subnet.Equals(object obj) addressing failed test

* clarified .NET targeting IP Address parse expectations

* renames test file to match convention

* package updates

* updates readme with modern info

* Addressing known bug in Subnet.TryIPv4FromPartial(string, out Subnet)

#59 -  Subnet.TryIPv4FromPartial(string , out Subnet) throws FormatException if the string input contains a malformed 0-prefixed octet that is not a valid octal number.

* updated ReadTheDocs based on breaking changes

* removes Roslynator.Testing.CSharp.Xunit

I made a bad assumption, `Roslynator.Testing.CSharp.Xunit` is not relevant

* Update README.md

Co-authored-by: Drew Antonich <drewanton@gmail.com>

---------

Co-authored-by: Drew Antonich <drewanton@gmail.com>

2.2.1

Toggle 2.2.1's commit message
Updated patch version for release of bug fix (#56)

2.2.0

Toggle 2.2.0's commit message
Updating Minor version for release of 2.2.0 (#50)

2.1.0

Toggle 2.1.0's commit message
Bump version number to 2.1.0 (#32)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from sandialabs/new-version

Initial commit of Arcus 2.0

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from sandialabs/packageforrelease

modified csproj and readme; added nuspec file